'Declaration
Overloads Sub ChangeImage( _ ByVal data() As Byte, _ Optional ByVal aspect As AspectRatio _ )
'Usage
Dim instance As IPicture Dim data() As Byte Dim aspect As AspectRatio instance.ChangeImage(data, aspect)
void ChangeImage( byte[] data, AspectRatio aspect )
Parameters
- data
- The image data.
- aspect
- Specifies how to resize the new image. If omitted, the original height is kept.